home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol07 / 01 / autotest / tester < prev    next >
Text File  |  1991-12-31  |  313b  |  11 lines

  1. all: tester.dll
  2.  
  3. tester.obj: tester.c tester.h testinc.h
  4.     cl -c -ASw -Gcsw2 -Od -W4 -Zlepid tester.c
  5.  
  6. tester.dll: tester.obj tester.def
  7.     link /NOE/BA/A:16/M/CO/LI/F tester.obj libentry.obj, tester.dll,, libw sdllcew, tester
  8.     mapsym tester.map
  9.     implib tester.lib tester.def
  10.     rc tester.dll
  11.